home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / database / rolo2095.zip / ROLODECK.EXE / 0 / RCDATA / TFORM9 / TFORM9.txt < prev   
Text File  |  1996-06-01  |  3KB  |  105 lines

  1. object Form9: TForm9
  2.   Left = 205
  3.   Top = 100
  4.   HorzScrollBar.Visible = False
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Time Stamping Program'
  8.   ClientHeight = 293
  9.   ClientWidth = 447
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   PixelsPerInch = 96
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   TextHeight = 16
  19.   object Image1: TImage
  20.     Left = 32
  21.     Top = 24
  22.     Width = 32
  23.     Height = 32
  24.     AutoSize = True
  25.     Picture.Data = {<image000.ico>}
  26.     Stretch = True
  27.   end
  28.   object Memo1: TMemo
  29.     Left = 106
  30.     Top = 7
  31.     Width = 335
  32.     Height = 282
  33.     Alignment = taCenter
  34.     Color = clWhite
  35.     Enabled = False
  36.     Font.Color = clBlack
  37.     Font.Height = -13
  38.     Font.Name = 'Arial'
  39.     Font.Style = []
  40.     Lines.Strings = (
  41.       'This "try before you buy" program is time '
  42.       'stamped on your initial running of the program. '
  43.       ' At the end of thirty days you will start receiving '
  44.       'regular reminders that the program is not '
  45.       'registered and if you continue to use the '
  46.       'program it needs to be registered.  Registration '
  47.       'brings many benefits including the ability to '
  48.       'print your menu and shopping list and getting '
  49.       'rid of the nuisance screens about registration.'
  50.       'Registration also ensures that you will be '
  51.       'notified of major enhancements to the program '
  52.       'and that those upgrades will be FREE to '
  53.       'registered users who download the upgrade '
  54.       'and only $5 for those needing a diskette. '
  55.       'Continuing from this point indicates your '
  56.       'acceptance of these terms.'
  57.       ''
  58.       '')
  59.     MaxLength = -1
  60.     ParentFont = False
  61.     TabOrder = 0
  62.   end
  63.   object BitBtn1: TBitBtn
  64.     Left = 6
  65.     Top = 207
  66.     Width = 89
  67.     Height = 33
  68.     Caption = '&Proceed'
  69.     TabOrder = 1
  70.     OnClick = BitBtn1Click
  71.     Kind = bkOK
  72.   end
  73.   object BitBtn2: TBitBtn
  74.     Left = 6
  75.     Top = 247
  76.     Width = 89
  77.     Height = 33
  78.     Caption = '&Cancel'
  79.     TabOrder = 2
  80.     OnClick = BitBtn2Click
  81.     Kind = bkCancel
  82.   end
  83.   object Memo2: TMemo
  84.     Left = 0
  85.     Top = 93
  86.     Width = 104
  87.     Height = 108
  88.     Alignment = taCenter
  89.     Color = clBlue
  90.     Font.Color = clWhite
  91.     Font.Height = -11
  92.     Font.Name = 'Arial'
  93.     Font.Style = [fsBold]
  94.     Lines.Strings = (
  95.       'Henning '
  96.       'Associates'
  97.       '1710 Allied St. #36'
  98.       'Charlottesville, '
  99.       'VA 22903'
  100.       '800-823-6896')
  101.     ParentFont = False
  102.     TabOrder = 3
  103.   end
  104. end
  105.